OpenRoads Designer CONNECT Edition SDK Help

AddLinearElement(LinearElement, Int32, Boolean, Boolean) Method

Adds a linear element to a collection collection

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public void AddLinearElement( LinearElement elP,int  OriginalIndex,bool IsReversed,bool IsGap)

Parameters

SettingDescription
  LinearElement linear element to add
   index to add
   is Reversed ?
   is Gap ?

See Also